home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / edit / stevi69x.zip / STEVIE.REQ < prev   
Text File  |  1990-04-24  |  2KB  |  39 lines

  1. Date: Sat, 21 Apr 90 22:57:38 -0400
  2. From: deng@shire.cs.psu.edu (Mingqi Deng)
  3. To: Keith Petersen <w8sdz@WSMR-SIMTEL20.ARMY.MIL>
  4. Subject: Stevie 3.69a VI editor for DOS
  5.  
  6.    I recently posted a request for a good DOS VI editor and was recommended
  7. Stevie 3.69a. It is very close to true vi:
  8.     o    escape to DOS
  9.     o    file size limited only by memory
  10.     o    alternate files
  11.     o    tags
  12.     o    yank to register and print registers.
  13.     o     set
  14.     o    autoindent
  15. and lots of stuff, even with a built-in help.
  16.  
  17. Its source in C was posted to comp.sources.misc. I got a copy from
  18. uunet.uu.net (directory:  comp.sources.misc/volume11/stevie3.69a,
  19. anonymos ftp).
  20.  
  21. But I can not get the binary right. It was developed with MicroSoft
  22. C 5.1 with compact memory library and Turbo C while I have access only
  23. to MCS C 5.0 with small memory library. The binary I got so far allows
  24. only 7K for file size (I tested MicroSoft C 5.0 afterwards. Malloc()
  25. function, which is used by stevie to allocate memory, can only allocate
  26. about 64K memory. Hope this is not the case for version 5.1.)
  27.  
  28. SIMTEL20 has stevie 3.10's binary. It does not have DOS escape and
  29. file size is limited to 64k. Would you find somebody who will be
  30. interested in uploading 3.69a's EXE to simtel? Note that the source in
  31. uunet's stevie3.69a directory does not have ascii.h, but it can be
  32. found in uunet's volume8/stevie3.69 (I am assuming they are the same,
  33. which is very likely to be true.) I believe the author will not object
  34. to uploading it. You can check with him to make sure.
  35.  
  36. Thanks.
  37.  
  38. Mingqi
  39.